Uses of Class
nz.co.cks.tms.xml.ResponseGeneral

Packages that use ResponseGeneral
nz.co.cks.tms.xml   
XmlCommunication   
 

Uses of ResponseGeneral in nz.co.cks.tms.xml
 

Methods in nz.co.cks.tms.xml that return ResponseGeneral
static ResponseGeneral ResponseGeneral.unmarshal(java.io.Reader reader)
          Method unmarshal
 ResponseGeneral ResponseBlkType.getResponseGeneral(int index)
          Method getResponseGeneral
 ResponseGeneral[] ResponseBlkType.getResponseGeneral()
          Method getResponseGeneral
 ResponseGeneral ResponseBlkType.removeResponseGeneral(int index)
          Method removeResponseGeneral
 

Methods in nz.co.cks.tms.xml with parameters of type ResponseGeneral
 void ResponseBlkType.addResponseGeneral(ResponseGeneral vResponseGeneral)
          Method addResponseGeneral
 void ResponseBlkType.addResponseGeneral(int index, ResponseGeneral vResponseGeneral)
          Method addResponseGeneral
 void ResponseBlkType.setResponseGeneral(int index, ResponseGeneral vResponseGeneral)
          Method setResponseGeneral
 void ResponseBlkType.setResponseGeneral(ResponseGeneral[] responseGeneralArray)
          Method setResponseGeneral
 

Uses of ResponseGeneral in XmlCommunication
 

Fields in XmlCommunication declared as ResponseGeneral
private static ResponseGeneral XmlUnmarshal.rg
           
 

Methods in XmlCommunication with parameters of type ResponseGeneral
static java.lang.String XmlUnmarshal.responseGeneral(ResponseGeneral rg)